Follow up native correctness, completed filtering, and timeline motion#4
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Why
PR #3 was merged at
b009076before these follow-up commits were pushed. This PR carries the post-merge work fromclaude/vue-lynx-port-mxmd1y.Native root causes fixed
vue-lynx@0.4.0predates the global LEPUS event bridge from Huxpro/vue-lynx#193, sokeyboardstatuschangednever updated the composer offset. The composer now consumes the iOS textarea's own legacykeyboardevent, pluskeyboardheightchangefor newer runtimes, while retaining the global listener as a fallback.pointer-events: noneexcluded them from Lynx event routing but did not let the underlying UIKitUIScrollView/UITextViewresponders receive native pan and focus gestures. Closed picker roots now unmount, and tapping the composer explicitly invokes its focus UI method.translateYtransitions while nested elements own enter/leave motion.Validation
node --test tests/*.test.ts— 32/32 passingnpm run build— Native and Web bundles built successfully/main.lynx.bundledeployed successfully; the deployed bundle hash matches the local production bundlePhysical iPhone WDA recording and screenshots remain the final acceptance gate; the paired device is currently unavailable to CoreDevice/USB.